home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000184_news@columbia.edu_Fri Aug 18 20:08:01 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07935
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 19 Aug 1995 05:08:38 -0400
  3. Received: by apakabar.cc.columbia.edu id AA25873
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 19 Aug 1995 05:08:37 -0400
  5. Path: news.columbia.edu!news.cs.columbia.edu!pipeline!uunet!in1.uu.net!news.injersey.com!legba.synergy.net!usenet
  6. From: RAMANAN.SREEDHAR@mhs-pfg1.attmail.com
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Kermit thru Windows over Token-Ring
  9. Date: 18 Aug 1995 20:08:01 GMT
  10. Organization: Synergy Communication Inc.
  11. Lines: 55
  12. Message-Id: <412rv1$1fd@legba.synergy.net>
  13. Nntp-Posting-Host: inet2.principal.com
  14. X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. HELLO:
  18.  
  19. I am trying to get Kermit 3.14 to run Windows 3.1 loaded from a Novell Token-Ring Server. I am 
  20. loading both ODIPKT and WINPKT in my "startnet.bat" and have a second frame, Token-Ring_Snap 
  21. for my IP, ARP and RARP protocols in my "net.cfg" file. My files are as follows:
  22.  
  23. STARTNET.BAT
  24. ----------------------------
  25.  
  26. LSL
  27. TOKEN
  28. ODIPKT 1 99
  29. WINPKT 0x63
  30. IPXODI
  31. VLM
  32.  
  33.  
  34.  
  35. and  NET.CFG
  36.         ---------------
  37.  
  38. protocol KERMIT
  39.         bind Token
  40.  
  41. Link Driver TOKEN
  42.         Frame TOKEN-RING
  43.         Frame TOKEN-RING_SNAP
  44.         Protocol IPX      E0    TOKEN-RING
  45.         Protocol IP      0800    TOKEN-RING_SNAP
  46.         Protocol ARP      0806    TOKEN-RING_SNAP
  47.         Protocol RARP  8035    TOKEN-RING_SNAP
  48.  
  49. Now, when I try to connect to an UNIX Server on the ring using TCP/IP, Kermit comes up with the 
  50. following error message:
  51.  
  52. Unable to ARP resolve gateway <gateway-address>
  53. Unable to connect to the host
  54. ?Cannot start connection
  55.  
  56. The "show network" command of MSKERMIT shows that TCP/IP port is #23 and using the 
  57. Packet-Driver-interrupt: \0x63. Also, the "check tcp" command comes back as TCP/IP Available.
  58.  
  59. Kermit is not able to make a connection to the UNIX Server, both from DOS prompt and going through 
  60.  Windows 3.1
  61.  
  62. However, if the ODIPKT and WINPKT drivers are not loaded through "startnet.bat", then Kermit is 
  63. able to make a successful connection, from DOS prompt, to the UNIX Server. Kermit then is using the 
  64. ODI packet driver.
  65.  
  66. Any help I can get to resolve this problem is greatly appreciated.
  67.  
  68. Thanks in advance,
  69.  
  70. Sreedhar Ramanan
  71. RAMANAN.SREEDHAR@MHS-PFG1.attmail.com